(Finteractive_form): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 2 Aug 2004 20:46:51 +0000 (20:46 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 2 Aug 2004 20:46:51 +0000 (20:46 +0000)
src/data.c

index 1259c5891a1142d2a466d94ce2f2fae30be9cee0..616e91c2d62c56f8d3401e713aa149f56f1541c7 100644 (file)
@@ -776,8 +776,8 @@ SUBR must be a built-in function.  */)
 
 DEFUN ("interactive-form", Finteractive_form, Sinteractive_form, 1, 1, 0,
        doc: /* Return the interactive form of CMD or nil if none.
-CMD must be a command.  Value, if non-nil, is a list
-\(interactive SPEC).  */)
+If CMD is not a command, the return value is nil.
+Value, if non-nil, is a list \(interactive SPEC).  */)
      (cmd)
      Lisp_Object cmd;
 {